home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / misc / e-n / hsc / src_docs / features / checkuri.hsc < prev    next >
Text File  |  1995-09-27  |  713b  |  25 lines

  1. <$INCLUDE FILE="inc/macro.hsc">
  2. <WEBPAGE chapter="hsc - Features - " title="Check Local URIs">
  3.  
  4. One of the most annoying thing within creating HTML-pages is to
  5. find out if all your links work.<P>
  6.  
  7. <hsc> is able to
  8. check existence of local URIs in you HTML-project.
  9. When you refer to a non-existing local link within your source, <hsc>
  10. will display a warning message.<P>
  11.  
  12. The URI-checking can be enabled using the <A HREF="options.html">
  13. ChkUri</A> switch.
  14.  
  15. As far as I know, there is know way to find out if a URI on
  16. some far away host exists within ANSI-C. So <hsc> never will
  17. support URI-checking on non-local URIs.<P>
  18.  
  19. <MAIN>
  20. <PREV href="features/syntax.html">
  21. <NEXT href="features/absuris.html">
  22. </WEBPAGE>
  23.  
  24.  
  25.